-
Notifications
You must be signed in to change notification settings - Fork 31
Add HSETEX #246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HSETEX #246
Conversation
mkmkme
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Overall it looks great. I added some comments to improve it even further. Could you address them?
aa57f75 to
31cf622
Compare
|
Also I've just now realised you didn't provide an async version. Could you add it and the test for it as well? It will be mostly copy-paste |
where can I find the implementations for the async? I can't find the async version for the HashCommands. |
AFAICS AsyncHashCommands is just set to be the same as HashCommands. There is a subtle difference, though. TL;DR: could you add an async test to verify it works? Thanks! |
Signed-off-by: Joshua <joshua.gehlen@fkie.fraunhofer.de>
Signed-off-by: Joshua <joshua.gehlen@fkie.fraunhofer.de>
Signed-off-by: Joshua <joshua.gehlen@fkie.fraunhofer.de>
Signed-off-by: Joshua <joshua.gehlen@fkie.fraunhofer.de>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #246 +/- ##
==========================================
+ Coverage 76.28% 76.29% +0.01%
==========================================
Files 129 129
Lines 33906 33994 +88
==========================================
+ Hits 25864 25936 +72
- Misses 8042 8058 +16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Is there anything else which is needed for this PR? |
|
Hi @jogehl ! Looks good there's just one comment from @mkmkme that should be addressed before merging: #246 (comment) . Atm, the function would allow you to send something like the below to Valkey if you set more than one of ( |
Signed-off-by: Joshua <joshua.gehlen@fkie.fraunhofer.de>
|
This should be fixed now. Sorry for the delay. |
All review comments were addressed, except for the HTTL command, which can be done in a future PR
|
merged, thanks again for the work @jogehl ! |
Pull Request check-list
Adds tests and the command HSETEX